Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - map stl
Search - map stl - List
The STX B+ Tree package is a set of C++ template classes implementing a B+ tree key/data container in main memory. The classes are designed as drop-in replacements of the STL containers set, map, multiset and multimap and follow their interfaces very closely. By packing multiple value pairs into each node of the tree the B+ tree reduces heap fragmentation and utilizes cache-line effects better than the standard red-black binary tree. The tree algorithms are based on the implementation in Cormen, Leiserson and Rivest s Introduction into Algorithms, Jan Jannink s paper and other algorithm resources. The classes contain extensive assertion and verification mechanisms to ensure the implementation s correctness by testing the tree invariants. To illustrate the B+ tree s structure a wxWidgets demo program is included in the source package.
Date : 2025-07-01 Size : 1.69mb User : icegull

本程序提供一些stl的实例,帮助入门stl。其中有向量、队列、map等。-some stl samples.
Date : 2025-07-01 Size : 10kb User : kevin

C+++CMAP哈西表原理 1 CMap是一个哈西表,而STL::map是一个树表,对他们做比较是没有意义的。但是,如果你你要重新找到有序的关键字,你就得使用STL::map 2 HashKey()的设计是高效的。你应该提供一个较少冲突的HashKey(),并且容易计算。你要记注,对于有些类来说,这不容易。 3 当用Cmap(或STL::hash_map),要注意哈西表的大小。
Date : 2025-07-01 Size : 40kb User : 郑梅

DL : 0
自己写的stl,map容器实例,希望对大家有帮助,-Stl, map write your own container instance, hope to have everyone help
Date : 2025-07-01 Size : 1kb User : kku28

DL : 0
详细权威的C++标准模板库入门及参考,其最主要与最常用的两部分为容器类 以及算法库 包含 vector(向量)、list(列表)、deque(双端队列)、map (映像)、multimap (多重映像)、set (集合),以及 multiset (多重集合)。另外,在这些容器类 上作一些扩充(或改造)后,系统又提供了如下另一些也经常使用的标准类模板: queue (队列)、stack (栈)、priority_queue -The STL(Standard Template Library)BOOK AND Reference ,included container classes algorithm library
Date : 2025-07-01 Size : 30kb User : lin

用VS2008写的一个唱歌比赛的应用,主要练习STL各种容器的使用,包括vector,list,set,multiset,map,multimap等-Using VS2008 to write a singing competition applications, the main variety of exercises using STL containers, including vector, list, set, multiset, map, multimap, etc.
Date : 2025-07-01 Size : 5.96mb User : shenzhe

C# Dictionary数据类型的使用和说明,和C++中STL map映射类型类似-The use of c# Dictionary data types and specifications, and c++ STL map mapping type
Date : 2025-07-01 Size : 15kb User : 董军

Map_STL_Help,主要介绍Stl标准模板类中的Map容器的使用方法。-Map_STL_Help, describes the use of a standard template class Stl Map container.
Date : 2025-07-01 Size : 10kb User : linpeitao

本程序是基于stl写的,作用是寻找出无向图上某点到某点的所有的路径-This procedure is based stl write, the role is to find out all the way to a point not to a point on the map
Date : 2025-07-01 Size : 3kb User : yang

Red-black tree class, designed for use in implementing STL associative containers (set, multiset, map, and multimap). -Red-black tree class, designed for use in implementing STL associative containers (set, multiset, map, and multimap).
Date : 2025-07-01 Size : 7kb User : suewdzai

DL : 0
说明:C++ STL使用大全 欢迎下载 vector deque list set multiset map mutimap stack queue 实例 -Description: C++ STL Compendium welcome to download
Date : 2025-07-01 Size : 343kb User :

大数据分析和存储利器 内含三种map,适合各种应用场合 diskmap nosql数据库功能 memmap 完全替代stl库 hashmap 超级查询-1. Memory Map(memMap): It has a good access speed. But its size is limited by memory size. 2. Harddisk Map(diskMap): It utilizes hard disk to store data. So it could accept much more data than memory map. 3. Hashmap(hashMap): It has the best performance and a great lookup speed, but it doesn t have insert and delete functionality.
Date : 2025-07-01 Size : 574kb User : pww

DL : 0
STL中map用法详解:map的构造函数、数据的插入、map的大小、数据的遍历、数据的查找(包括判定这个关键字是否在map中出现)等。-Detailed the STL map usage: traversal, find the data constructor map, insert the data, the size of the map, data (including determining whether the keyword appears in the map) and the like.
Date : 2025-07-01 Size : 174kb User : 赵靖宇

C++实现一元多项式的运算,使用链表、映射等高级stl技术-C++ map list
Date : 2025-07-01 Size : 168kb User : chenxing

DL : 0
STL的运用,主要包含vector,map,list-the application of STL
Date : 2025-07-01 Size : 9.19mb User : 清风细雨

labview机器人模拟环境中常使用stl文件存储环境信息。该C++程序可读取.stl文件中地图环境信息转换为0/1表示的矩阵。- labview robot simulation environment is often used in stl file storage environment information. The program can read .stl file information into a map of the environment 0/1 matrix representation.
Date : 2025-07-01 Size : 351kb User : deng

利用VC++ 6.0源代码与OPENGL配合,完成了stl文件的三维实体显示,网格图显示,旋转,放大,移动,并可将各个实体进行组合实现组图文件.-Using vc++ 6.0 source code with OPENGL, completed the STL file of the three-dimensional entity, according to the grid, according to rotate, zoom, move, and each entity can be combined to realize the map file.
Date : 2025-07-01 Size : 30.1mb User : zhaojd

DL : 0
map code map code map code stl-map map code map code map code map code stl
Date : 2025-07-01 Size : 2kb User : 李军

DL : 0
C++stl 里面包含了算法,迭代器,容器,有vector,list,map,queu,(C++stl contains algorithm, iterator, container, vector, list, map, queu.)
Date : 2025-07-01 Size : 17.6mb User : Icannotlose
« 1 2 3 4 5»
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.